View Collection
constructor(viewQuery: String? = null, _name: String? = null, _system: Boolean? = null, _fields: List<SchemaField>? = null, _listRule: String? = null, _viewRule: String? = null, _createRule: String? = null, _updateRule: String? = null, _deleteRule: String? = null, _indexes: List<String>? = null, collectionId: String? = null)
Parameters
view Query
The SQL query used to determine what is shown in the view collection.